projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87505a9
)
(set-buffer-file-coding-system): Improve prompt.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 4 Sep 1997 05:57:44 +0000
(
05:57
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 4 Sep 1997 05:57:44 +0000
(
05:57
+0000)
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index 655eccb7452cc18a252868bed2f7936ddb94f667..e00a7f5ac359cbf3f32dcd8ab89009fd04bfdc77 100644
(file)
--- a/
lisp/international/mule.el
+++ b/
lisp/international/mule.el
@@
-512,7
+512,7
@@
conversion, and CODING-SYSTEM does not specify one, CODING-SYSTEM is
merged with the already-specified end-of-line conversion.
However, if the optional prefix argument FORCE is non-nil,
them CODING-SYSTEM is used exactly as specified."
- (interactive "z
Buffer-file-coding-system
: \nP")
+ (interactive "z
Coding system for visited file
: \nP")
(check-coding-system coding-system)
(if (null force)
(let ((x (coding-system-eol-type buffer-file-coding-system))